Skip to content

Conversation

@SDSLeon
Copy link
Contributor

@SDSLeon SDSLeon commented Feb 1, 2026

This PR adds documentation for configuring LSP servers.

README.md Outdated

## 🔧 Configuring LSP Servers

GitHub Copilot CLI supports Language Server Protocol (LSP) for enhanced code intelligence. This feature is currently experimental and provides intelligent code features like go-to-definition, hover information, and diagnostics.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
GitHub Copilot CLI supports Language Server Protocol (LSP) for enhanced code intelligence. This feature is currently experimental and provides intelligent code features like go-to-definition, hover information, and diagnostics.
GitHub Copilot CLI supports Language Server Protocol (LSP) for enhanced code intelligence. This feature provides intelligent code features like go-to-definition, hover information, and diagnostics.

Rolled out to all users on Friday.

README.md Outdated
Comment on lines 129 to 138
### Enabling LSP Support

To use LSP features, you must enable experimental mode:

```bash
copilot --experimental
```

Or use the `/experimental` command within an interactive session.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Enabling LSP Support
To use LSP features, you must enable experimental mode:
```bash
copilot --experimental
```
Or use the `/experimental` command within an interactive session.

README.md Outdated
"typescript": {
"command": "typescript-language-server",
"args": ["--stdio"],
"disabled": false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"disabled": false,

@jmoseley
Copy link
Contributor

jmoseley commented Feb 2, 2026

Please update with suggestions, and then this is ready. Thanks for the contribution @SDSLeon!

@jmoseley jmoseley merged commit c01eb7a into github:main Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants